Mention the stderr file in the documentation.
authorNemikolh <joan.varvenne@gmail.com>
Tue, 23 May 2017 17:06:43 +0000 (18:06 +0100)
committerNemikolh <joan.varvenne@gmail.com>
Tue, 23 May 2017 17:06:43 +0000 (18:06 +0100)
src/doc/build-script.md

index b747ed0c0953a1edd5552b41b480dbf9112d05ab..6de0ab9117fe403464e20c4f73e5c46fe1aeaee0 100644 (file)
@@ -58,6 +58,9 @@ cargo:libdir=/path/to/foo/lib
 cargo:include=/path/to/foo/include
 ```
 
+On the other hand, lines printed to stderr are written to a file like
+`target/debug/build/<pkg>/stderr` but are not interpreted by cargo.
+
 There are a few special keys that Cargo recognizes, some affecting how the
 crate is built: